home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / frog_day.swf / scripts / DefineButton2_249 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  105 b   |  8 lines

  1. on(release){
  2.    if(eval("../:SetPuzzle") == "1")
  3.    {
  4.       a = "0";
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.